home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Windows marzen / Macro ToolsWorks 6.31 / tworks.exe / Samples / Select file and open it in Notepad.mcr < prev    next >
Text File  |  2003-06-12  |  199b  |  7 lines

  1. <#> 
  2. <#> Sample: Select file and open it in Notepad
  3. <#> 
  4. <cmds>
  5. <var_oper>(vFile,"",SELECT_FILE,"","", "0")
  6. <if_str>("_vCanceled==1")<exitmacro><endif>
  7. <execappex>("notepad.exe","vFile","",0,0)